HS_CLOSE_RVS_OUTPUT_RELAY

HS_CLOSE_RVS_OUTPUT_RELAY

   
SYNTAX:

        HS_CLOSE_RVS_OUTPUT_RELAY(RVS_NO, ON/OFF , WAIT=x  [, ALL_SITE_ON/FAIL_SITE_ONLY/PLAN_FAIL_SITE_ONLY] );

        NOTE: The argument which can use _C_Variable (RVS_NO , WAIT=x)

DESCRIPTION:

        Set the RVS output relay on(close) or off(open).

        There is no wait time after relay on or off by tester system.

        User have to add WAIT time in test program by themselves in order to avoid hot switching and unstable spike voltage.

        In compile,user can select "Auto Add Relay Wait Time Param in PRG"to add Default wait time in PRG by system automatically. 

        If user have already taken WAIT time into consideration by themself,please unselect it.

        

REQUIRED ARGUMENT:

        PARA1: RVS_NO

            HS_RVS33~48,HS_RVS65~80,HS_RVS97~112 or power_source_name(string) that has been defined in the PRJ file. Or _C_Variable

            Option: expand for 128RVS

            HS_RVS_EXT65~80,HS_RVS_EXT129~144,HS_RVS_EXT193~208,HS_RVS161~176,HS_RVS_EXT321~336

        PARA2: ON/OFF

            ON = close RVS relay , OFF = open RVS relay.

        PARA3: WAIT=x

            Wait time to next instruction.

            x range:0s-200s or parameter name; Unit: s or ms or us; 

            Resolution: 10us

        

OPTIONAL ARGUMENT:

        PARA: ALL_SITE_ON/FAIL_SITE_ONLY/PLAN_FAIL_SITE_ONLY

            ALL_SITE_ON: Set driver executed on every site, even on the fail site.

            FAIL_SITE_ONLY: Driver executed on the fail site only.

            PLAN_FAIL_SITE_ONLY: Driver executed on the fail site ,it will occurs at this plan Fail site only.

            Default: Driver executed on the pass site only.

       

        

EXAMPLE:

        HS_CLOSE_RVS_OUTPUT_RELAY(HS_RVS33,ON, WAIT=3mS);

        WAIT(1MS);

        HS_CLOSE_RVS_OUTPUT_RELAY(HS_RVS33,OFF, WAIT=3mS);

        WAIT(1MS);